Renamed to libxdg-basedir, moved xdg.dox to Doxyfile, fixed permissions.
[libxdg-basedir.git] / tests / Makefile.am
blob0f95751d758631a1a4c6fd0112b930bde16037ad
1 INCLUDES = -I$(top_srcdir)/include
3 noinst_PROGRAMS = testdump testfind
5 testdump_SOURCES = testdump.c
6 testdump_LDFLAGS = $(all_libraries)
7 testdump_LDADD = ../src/libxdg-basedir.la
9 testfind_SOURCES = testfind.c
10 testfind_LDFLAGS = $(all_libraries)
11 testfind_LDADD = ../src/libxdg-basedir.la