blob: 7be1fd6da663dba0c6fcecaa1564f24f50b93c83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
noinst_LTLIBRARIES = libdialogs.la
libdialogs_la_SOURCES = \
about.h about.c \
binparts.h binparts.c \
export.h export.c \
goto.h goto.c \
plugins.h plugins.c \
shellcode.h shellcode.c \
storage.h storage.c
libdialogs_la_LDFLAGS =
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
SUBDIRS =
|