mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 20:50:19 +01:00
* configure.in gnome/Makefile.am nm-applet.desktop Makefile.am - Remove last bits referencing gnome applet git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2268 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
23 lines
439 B
Makefile
23 lines
439 B
Makefile
SUBDIRS = \
|
|
utils \
|
|
libnm-util \
|
|
src \
|
|
dispatcher-daemon \
|
|
gnome \
|
|
initscript \
|
|
test \
|
|
po \
|
|
man \
|
|
include
|
|
|
|
EXTRA_DIST = \
|
|
CONTRIBUTING \
|
|
NetworkManager.pc.in \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = NetworkManager.pc
|