diff options
| author | Ted Gould <ted@gould.cx> | 2010-12-08 14:10:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-12-08 14:10:43 -0600 |
| commit | 4b13b78cbbf5a6b959e43d4f943862a67bc66110 (patch) | |
| tree | f5a1fe0c5a1bf234d8c642bda8eb8fc39db8e516 /bindings/python/Makefile.am | |
| parent | 3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff) | |
| parent | 951f22d924bbb4e31eed9e481c850202a0d2522d (diff) | |
| download | ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.tar.gz ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.tar.bz2 ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.zip | |
* Upstream Merge
* Removing libappindicator from the tarball
* Autogen
* debian/control: Removing all libappindicator packages
Diffstat (limited to 'bindings/python/Makefile.am')
| -rw-r--r-- | bindings/python/Makefile.am | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am deleted file mode 100644 index 0b606db..0000000 --- a/bindings/python/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -defsdir = $(datadir)/pygtk/2.0/defs -defs_DATA = appindicator.defs - -#CFLAGS = -Wall -Werror -INCLUDES = \ - -I$(top_srcdir)/src \ - -DG_LOG_DOMAIN=\"appindicator-python\" \ - -DDATADIR=\"$(datadir)\" \ - -DLIBDIR=\"$(libdir)\" \ - $(APPINDICATOR_PYTHON_CFLAGS) \ - $(PYTHON_INCLUDES) - -pkgpythondir = $(pyexecdir) -pkgpyexecdir = $(pyexecdir) - -pkgappindicatordir = $(pkgpythondir)/appindicator -pkgappindicator_PYTHON = __init__.py - -appindicatordir = $(pkgpyexecdir)/appindicator -appindicator_LTLIBRARIES = _appindicator.la - -_appindicator_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_appindicator -lpyglib-2.0-python2.6 -_appindicator_la_LIBADD = $(APPINDICATOR_PYTHON_LIBS) -L$(top_builddir)/src/.libs -lappindicator -_appindicator_la_SOURCES = appindicatormodule.c -nodist__appindicator_la_SOURCES = appindicator.c - -CLEANFILES = appindicator.c -EXTRA_DIST = appindicator.override appindicator-arg-types.py $(defs_DATA) -appindicator.c: $(defs_DATA) appindicator.override - -%.c: %.defs - (cd $(srcdir) \ - && $(PYGTK_CODEGEN) \ - --register $(PYGTK_DEFSDIR)/gtk-types.defs \ - --register $(PYGTK_DEFSDIR)/gdk-types.defs \ - --load-types appindicator-arg-types.py \ - --override $*.override \ - --prefix py$* $*.defs) > gen-$*.c \ - && cp gen-$*.c $*.c \ - && rm -f gen-$*.c |
