mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 18:00:10 +01:00
Remove PANEL_APPLET flags since we don't use a panel applet anymore
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2137 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
a1c06824ca
commit
08d82adf5b
2 changed files with 0 additions and 6 deletions
|
|
@ -231,10 +231,6 @@ fi
|
|||
AM_CONDITIONAL(WITH_GCRYPT, test x"$ac_gcrypt" != xno)
|
||||
|
||||
if test x"$with_gnome" != xno; then
|
||||
PKG_CHECK_MODULES(PANEL_APPLET, libpanelapplet-2.0)
|
||||
AC_SUBST(PANEL_APPLET_CFLAGS)
|
||||
AC_SUBST(PANEL_APPLET_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(LIBGNOMEUI, libgnomeui-2.0)
|
||||
AC_SUBST(LIBGNOMEUI_CFLAGS) # is this even needed? it was typed incorrectly before
|
||||
AC_SUBST(LIBGNOMEUI_LIBS)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ nm_applet_CPPFLAGS = \
|
|||
$(GTK_CFLAGS) \
|
||||
$(GCONF_CFLAGS) \
|
||||
$(LIBGNOMEUI_CFLAGS) \
|
||||
$(PANEL_APPLET_CFLAGS) \
|
||||
$(GNOME_KEYRING_CFLAGS) \
|
||||
-DICONDIR=\""$(datadir)/icons"\" \
|
||||
-DGLADEDIR=\""$(gladedir)"\" \
|
||||
|
|
@ -106,7 +105,6 @@ nm_applet_LDADD = \
|
|||
$(GTHREAD_LIBS) \
|
||||
$(GLADE_LIBS) \
|
||||
$(DBUS_GLIB_LIBS) \
|
||||
$(PANEL_APPLET_LIBS) \
|
||||
$(GTK_LIBS) \
|
||||
$(GCONF_LIBS) \
|
||||
$(LIBGNOMEUI_LIBS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue