2004-08-13 Dan Williams <dcbw@redhat.com>
* configure.in panel-applet/Makefile.am - Fixes to allow distcheck to pass git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@51 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-08-13 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* configure.in
|
||||||
|
panel-applet/Makefile.am
|
||||||
|
- Fixes to allow distcheck to pass
|
||||||
|
|
||||||
2004-08-13 Dan Williams <dcbw@redhat.com>
|
2004-08-13 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* CONTRIBUTING
|
* CONTRIBUTING
|
||||||
|
@@ -49,7 +49,7 @@ AC_ARG_WITH(dbus-sys, [ --with-dbus-sys=<dir> where D-BUS system.d directory
|
|||||||
if ! test -z "$with_dbus_sys" ; then
|
if ! test -z "$with_dbus_sys" ; then
|
||||||
DBUS_SYS_DIR="$with_dbus_sys"
|
DBUS_SYS_DIR="$with_dbus_sys"
|
||||||
else
|
else
|
||||||
DBUS_SYS_DIR="/etc/dbus-1/system.d"
|
DBUS_SYS_DIR="${sysconfdir}/dbus-1/system.d"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(DBUS_SYS_DIR)
|
AC_SUBST(DBUS_SYS_DIR)
|
||||||
AC_DEFINE_UNQUOTED(DBUS_SYSTEMD_DIR, "$DBUS_SYS_DIR", [Where system.d dir for DBUS is])
|
AC_DEFINE_UNQUOTED(DBUS_SYSTEMD_DIR, "$DBUS_SYS_DIR", [Where system.d dir for DBUS is])
|
||||||
|
@@ -35,7 +35,7 @@ serverdir = $(libdir)/bonobo/servers
|
|||||||
server_in_files = NMWirelessApplet.server.in
|
server_in_files = NMWirelessApplet.server.in
|
||||||
server_DATA = $(server_in_files:.server.in=.server)
|
server_DATA = $(server_in_files:.server.in=.server)
|
||||||
|
|
||||||
$(server_in_files:.server.in=.server): $(server_in_files)
|
$(server_in_files:.server.in=.server): $(srcdir)/$(server_in_files)
|
||||||
sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
|
sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
|
||||||
|
|
||||||
uidir = $(datadir)/gnome-2.0/ui
|
uidir = $(datadir)/gnome-2.0/ui
|
||||||
|
Reference in New Issue
Block a user