Last change
on this file since 126 was
126,
checked in by Sam Hocevar, 17 years ago
|
- configure.ac:
+ Moved optimization flags and warning triggers here.
+ Updated the snapshot timestamp.
|
File size:
447 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libee tests |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | if USE_SLANG |
---|
6 | LDFLAGS_slang = -lslang |
---|
7 | endif |
---|
8 | if USE_NCURSES |
---|
9 | LDFLAGS_ncurses = -lncurses |
---|
10 | endif |
---|
11 | |
---|
12 | bin_PROGRAMS = demo |
---|
13 | demo_SOURCES = demo.c |
---|
14 | |
---|
15 | demo_CPPFLAGS = -I../libee |
---|
16 | demo_LDADD = ../libee/libee.a $(LDFLAGS_slang) $(LDFLAGS_ncurses) -lm |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.