You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
705 B
14 lines
705 B
plugindir = $(libdir)/xfce-mcs-manager/plugins
|
|
|
|
plugin_LTLIBRARIES = libxfce4settings.la
|
|
libxfce4settings_la_LDFLAGS = -module -avoid-version
|
|
|
|
libxfce4settings_la_SOURCES = \
|
|
xfce_settings.h \
|
|
xfce_settings_dialog.c \
|
|
xfce_settings_dialog.h \
|
|
xfce_settings_plugin.c \
|
|
xfce_settings_plugin.h
|
|
|
|
libxfce4settings_la_CFLAGS = -Wall -I$(top_srcdir) -I$(top_srcdir)/panel -I../../panel @CFLAGS@ @X_CFLAGS@ @BASE_DEPENDENCIES_CFLAGS@ @MCS_MANAGER_CFLAGS@ @XFCE_MCS_MANAGER_CFLAGS@ -DG_DISABLE_DEPRECATED -DSYSCONFDIR=\"$(sysconfdir)\" -DDATADIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(datadir)/locale\"
|
|
libxfce4settings_la_LIBADD = @LIBS@ @X_LIBS@ @BASE_DEPENDENCIES_LIBS@ @MCS_MANAGER_LIBS@ @XFCE_MCS_MANAGER_LIBS@
|
|
|