mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-31 04:58:58 +00:00
744851ea2d
This is the inital version of the code from the gnome-contacts wip/sorted branch, just renamed and restructured to work standalone
25 lines
348 B
Makefile
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)
|