mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 13:00:16 +01:00
* Makefile.am: Add missing intltool-foo.in generated files to EXTRA_DIST so that 'distcheck' works. Also add DISTCLEANFILES with the start of stuff to cleanup on 'distclea'. * configure.in: add AC_PROG_INTLTOOL macro so that we do the intltool stuff right and 'distcheck' works. * po/POTFILES.in: Remove examples/python/systray/eggtrayicon.c. If we keep it, we need to add all of examples/* to EXTRA_DIST and do Makefile.am for each. And systray/Makefile needs to be redone. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@725 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
19 lines
455 B
Makefile
19 lines
455 B
Makefile
SUBDIRS = utils src dispatcher-daemon gnome initscript test po
|
|
|
|
EXTRA_DIST = \
|
|
CONTRIBUTING \
|
|
NetworkManager.pc.in \
|
|
NetworkManager.h \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = NetworkManager.pc
|
|
|
|
NetworkManagerincludedir=$(includedir)/NetworkManager
|
|
|
|
NetworkManagerinclude_HEADERS = NetworkManager.h
|