2008-11-24 10:44:16 -05:00
|
|
|
lib_LTLIBRARIES =
|
2008-11-07 14:32:28 -05:00
|
|
|
|
2008-11-24 10:44:16 -05:00
|
|
|
if HAVE_LIBDL
|
|
|
|
|
|
|
|
lib_LTLIBRARIES += libdisable-npots.la
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
libdisable_npots_la_SOURCES = disable-npots.c
|
|
|
|
|
|
|
|
libdisable_npots_la_LIBADD = -ldl
|
|
|
|
|
2009-01-05 12:05:30 -05:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir)/clutter \
|
|
|
|
-I$(top_builddir)/clutter \
|
|
|
|
$(CLUTTER_CFLAGS) \
|
|
|
|
-D_GNU_SOURCE
|
|
|
|
|
2008-11-24 10:44:16 -05:00
|
|
|
all-local : disable-npots.sh
|
|
|
|
|
|
|
|
clean-local :
|
|
|
|
rm -f disable-npots.sh
|
|
|
|
|
|
|
|
disable-npots.sh : $(top_builddir)/tests/tools/disable-npots.sh.in
|
|
|
|
sed 's|--builddir--|'`cd '$(top_builddir)' && pwd`'|' < $< > $@ && \
|
|
|
|
chmod 755 disable-npots.sh
|
|
|
|
|
|
|
|
EXTRA_DIST = README disable-npots.sh.in
|