source: ttyvaders/trunk/libee/Makefile.am @ 78

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