gitg/Makefile.am
Alexander Larsson 744851ea2d Initial import
This is the inital version of the code from the gnome-contacts wip/sorted
branch, just renamed and restructured to work standalone
2012-05-15 12:22:24 +02:00

25 lines
348 B
Makefile

NULL =
AM_CPPFLAGS = \
-include config.h \
$(LISTBOX_CFLAGS) \
$(NULL)
AM_VALAFLAGS = \
@LISTBOX_PACKAGES@ \
$(NULL)
noinst_PROGRAMS = test-list
test_list_SOURCES = \
egg-list-box.vala \
test-list.vala \
$(NULL)
test_list_LDADD = $(LISTBOX_LIBS)
CLEANFILES = \
$(test_list_SOURCES:.vala=.c) \
*.vapi *.stamp
EXTRA_DIST = \
$(NULL)