2013-12-02 16:20:26 -05:00
|
|
|
AM_CPPFLAGS= \
|
2015-12-22 12:18:22 +01:00
|
|
|
-I$(top_srcdir)/shared \
|
|
|
|
|
-I$(top_builddir)/shared \
|
2015-07-17 14:38:54 +02:00
|
|
|
-I$(top_srcdir)/libnm-core \
|
2015-08-05 16:07:51 +02:00
|
|
|
-I$(top_builddir)/libnm-core \
|
2014-04-07 16:14:47 -04:00
|
|
|
-DG_LOG_DOMAIN=\""nmtui"\" \
|
2013-12-02 16:20:26 -05:00
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
$(NEWT_CFLAGS) \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libnmt-newt.a
|
|
|
|
|
|
|
|
|
|
libnmt_newt_a_SOURCES = \
|
|
|
|
|
nmt-newt.h \
|
|
|
|
|
nmt-newt-types.h \
|
|
|
|
|
nmt-newt-button.c \
|
|
|
|
|
nmt-newt-button.h \
|
|
|
|
|
nmt-newt-button-box.c \
|
|
|
|
|
nmt-newt-button-box.h \
|
|
|
|
|
nmt-newt-checkbox.c \
|
|
|
|
|
nmt-newt-checkbox.h \
|
|
|
|
|
nmt-newt-component.c \
|
|
|
|
|
nmt-newt-component.h \
|
|
|
|
|
nmt-newt-container.c \
|
|
|
|
|
nmt-newt-container.h \
|
|
|
|
|
nmt-newt-entry.c \
|
|
|
|
|
nmt-newt-entry.h \
|
|
|
|
|
nmt-newt-entry-numeric.c \
|
|
|
|
|
nmt-newt-entry-numeric.h \
|
|
|
|
|
nmt-newt-form.c \
|
|
|
|
|
nmt-newt-form.h \
|
|
|
|
|
nmt-newt-grid.c \
|
|
|
|
|
nmt-newt-grid.h \
|
|
|
|
|
nmt-newt-hacks.c \
|
|
|
|
|
nmt-newt-hacks.h \
|
|
|
|
|
nmt-newt-label.c \
|
|
|
|
|
nmt-newt-label.h \
|
|
|
|
|
nmt-newt-listbox.c \
|
|
|
|
|
nmt-newt-listbox.h \
|
|
|
|
|
nmt-newt-popup.c \
|
|
|
|
|
nmt-newt-popup.h \
|
|
|
|
|
nmt-newt-section.c \
|
|
|
|
|
nmt-newt-section.h \
|
|
|
|
|
nmt-newt-separator.c \
|
|
|
|
|
nmt-newt-separator.h \
|
|
|
|
|
nmt-newt-stack.c \
|
|
|
|
|
nmt-newt-stack.h \
|
|
|
|
|
nmt-newt-textbox.c \
|
|
|
|
|
nmt-newt-textbox.h \
|
|
|
|
|
nmt-newt-toggle-button.c \
|
|
|
|
|
nmt-newt-toggle-button.h \
|
|
|
|
|
nmt-newt-utils.c \
|
|
|
|
|
nmt-newt-utils.h \
|
|
|
|
|
nmt-newt-widget.c \
|
|
|
|
|
nmt-newt-widget.h \
|
|
|
|
|
$(NULL)
|