Changeset 57 for branches/clutter-experiments/Makefile
- Timestamp:
- 10/22/09 18:22:03 (3 years ago)
- Files:
-
- 1 modified
-
branches/clutter-experiments/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/clutter-experiments/Makefile
r56 r57 1 1 CXXFLAGS=-O3 -g -Wall -Weffc++ 2 LIBS=`pkg-config --libs clutter- 0.9poppler-glib`3 INCS=`pkg-config --cflags clutter- 0.9poppler-glib`2 LIBS=`pkg-config --libs clutter-1.0 poppler-glib` 3 INCS=`pkg-config --cflags clutter-1.0 poppler-glib` 4 4 5 5 .c.o:

