Updated dependencies to fixed checking twice for libgda
[anjuta.git] / plugins / symbol-db / benchmark / libgda / Makefile.am
blob2a011e2c07108e4868bba5438bd418fa136618f4
1 noinst_PROGRAMS = \
2         benchmark-libgda
5 AM_CPPFLAGS =  $(LIBANJUTA_CFLAGS) \
6         $(GDA_CFLAGS) \
7         -DDEBUG
9 benchmark_libgda_SOURCES = \
10         libgda.c
13 benchmark_libgda_LDFLAGS = \
14         $(LIBANJUTA_LIBS) \
15         $(ANJUTA_LIBS) \
16         $(GDA_LIBS)
18 benchmark_libgda_LDADD = ../../libanjuta-symbol-db.la
21 ## File created by the gnome-build tools
32 -include $(top_srcdir)/git.mk