source:
ttyvaders/trunk/libee/Makefile.am
@
78
Last change on this file since 78 was 78, checked in by , 19 years ago | |
---|---|
File size: 217 bytes |
Line | |
---|---|
1 | if USE_SLANG |
2 | CPPFLAGS_slang = -DUSE_SLANG |
3 | endif |
4 | if USE_NCURSES |
5 | CPPFLAGS_ncurses = -DUSE_NCURSES |
6 | endif |
7 | |
8 | lib_LIBRARIES = libee.a |
9 | libee_a_SOURCES = ee.c |
10 | libee_a_CPPFLAGS = -I../src $(CPPFLAGS_slang) $(CPPFLAGS_ncurses) |
11 |
Note: See TracBrowser
for help on using the repository browser.