1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
bin_PROGRAMS = mate-session-properties
AM_CPPFLAGS = \
$(SESSION_PROPERTIES_CFLAGS) \
-I$(top_srcdir)/mate-session \
-DLOCALE_DIR=\""$(datadir)/locale"\" \
-DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \
$(DISABLE_DEPRECATED_CFLAGS)
AM_CFLAGS = $(WARN_CFLAGS)
mate_session_properties_SOURCES = \
main.c \
gsm-properties-dialog.h \
gsm-properties-dialog.c \
gsm-app-dialog.h \
gsm-app-dialog.c \
gsp-app.h \
gsp-app.c \
gsp-app-manager.h \
gsp-app-manager.c \
gsp-keyfile.h \
gsp-keyfile.c
mate_session_properties_LDADD = \
$(SESSION_PROPERTIES_LIBS) \
$(top_builddir)/mate-session/libgsmutil.la
-include $(top_srcdir)/git.mk
|