2011-11-07 18:10:16 -06:00
|
|
|
uidir = $(datadir)/pluma/ui/
|
2011-11-07 16:52:18 -06:00
|
|
|
|
2013-08-02 17:08:36 -05:00
|
|
|
AM_CPPFLAGS = \
|
2011-11-07 16:52:18 -06:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir)/pluma \
|
|
|
|
-I$(top_builddir)/pluma \
|
|
|
|
$(PLUMA_CFLAGS) \
|
|
|
|
$(WARN_CFLAGS) \
|
|
|
|
$(DISABLE_DEPRECATED_CFLAGS)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libdialogs.la
|
|
|
|
|
|
|
|
libdialogs_la_SOURCES = \
|
|
|
|
pluma-preferences-dialog.h \
|
|
|
|
pluma-preferences-dialog.c \
|
|
|
|
pluma-close-confirmation-dialog.c \
|
|
|
|
pluma-close-confirmation-dialog.h \
|
|
|
|
pluma-encodings-dialog.c \
|
|
|
|
pluma-encodings-dialog.h \
|
|
|
|
pluma-search-dialog.h \
|
|
|
|
pluma-search-dialog.c
|
|
|
|
|
|
|
|
ui_DATA = \
|
|
|
|
pluma-encodings-dialog.ui \
|
|
|
|
pluma-preferences-dialog.ui \
|
|
|
|
pluma-search-dialog.ui
|
|
|
|
|
2011-11-07 18:10:16 -06:00
|
|
|
EXTRA_DIST = $(ui_DATA)
|
2011-11-07 16:52:18 -06:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|