Autotools update.
Fix building with automake-1.13. Fix configure.ac.in as suggested in bug #6920.
This commit is contained in:
parent
5ea3c5f63c
commit
eba51dfe79
2 changed files with 10 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
|
||||
-DTHEMESDIR=\"$(datadir)/xfce4/eyes/themes\"
|
||||
|
|
@ -15,7 +15,7 @@ xfce4_eyes_plugin_SOURCES = \
|
|||
xfce4_eyes_plugin_CFLAGS = \
|
||||
$(LIBXFCE4UI_CFLAGS) \
|
||||
$(LIBXFCE4PANEL_CFLAGS)
|
||||
|
||||
|
||||
xfce4_eyes_plugin_LDADD = \
|
||||
$(LIBXFCE4PANEL_LIBS) \
|
||||
$(LIBXFCE4UI_LIBS)
|
||||
|
|
|
|||
Reference in a new issue