[Xfce4-commits] <xfce4-panel:devel> Link to the noinst library.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:34:13 CEST 2009
Updating branch refs/heads/devel
to 94136777410af7066b27aab8ba58c30289f37cc9 (commit)
from f3ca15d45cded50e2e3fc3e4217341c3c9c143e3 (commit)
commit 94136777410af7066b27aab8ba58c30289f37cc9
Author: Nick Schermer <nick at xfce.org>
Date: Mon Jun 1 00:24:13 2009 +0200
Link to the noinst library.
panel/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/panel/Makefile.am b/panel/Makefile.am
index 9e3b32a..760700e 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -24,8 +24,6 @@ xfce4_panel_built_sources = \
xfce4_panel_SOURCES = \
$(xfce4_panel_built_sources) \
- $(top_srcdir)/common/panel-xfconf.c \
- $(top_srcdir)/common/panel-xfconf.h \
main.c \
panel-application.c \
panel-application.h \
@@ -69,6 +67,7 @@ xfce4_panel_LDFLAGS = \
xfce4_panel_LDADD = \
$(top_builddir)/libxfce4panel/libxfce4panel.la \
+ $(top_builddir)/common/libpanel-xfconf.la \
$(GTK_LIBS) \
$(EXO_LIBS) \
$(GMODULE_LIBS) \
@@ -79,7 +78,8 @@ xfce4_panel_LDADD = \
$(DBUS_LIBS)
xfce4_panel_DEPENDENCIES = \
- $(top_builddir)/libxfce4panel/libxfce4panel.la
+ $(top_builddir)/libxfce4panel/libxfce4panel.la \
+ $(top_builddir)/common/libpanel-xfconf.la
if MAINTAINER_MODE
More information about the Xfce4-commits
mailing list