Changeset 389 for pwntcha/trunk/src/Makefile.am
- Timestamp:
- Jan 3, 2005, 10:48:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/Makefile.am
r385 r389 4 4 pwntcha_CFLAGS = $(ADDITIONAL_CFLAGS) -Wall -O6 5 5 pwntcha_LDFLAGS = $(ADDITIONAL_LDFLAGS) 6 pwntcha_SOURCES = main.c image.c filters.c slashdot.c common.h6 pwntcha_SOURCES = main.c image.c filters.c common.h slashdot.c phpbb.c test.c 7 7 8 if USE_OPENCV 9 ADDITIONAL_CFLAGS = `opencv-config --cflags` 10 ADDITIONAL_LDFLAGS = `opencv-config --libs opencv highgui` 11 else 8 12 if USE_IMLIB2 9 13 ADDITIONAL_CFLAGS = `imlib2-config --cflags` -DX_DISPLAY_MISSING=1 10 14 ADDITIONAL_LDFLAGS = `imlib2-config --libs` 11 else12 if USE_OPENCV13 ADDITIONAL_CFLAGS = `opencv-config --cflags`14 ADDITIONAL_LDFLAGS = `opencv-config --libs opencv highgui`15 15 else 16 16 ADDITIONAL_CFLAGS =
Note: See TracChangeset
for help on using the changeset viewer.