diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 15:01:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 15:01:25 -0600 |
commit | 4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0 (patch) | |
tree | 2196146a7095b54e92b2df67806e92e5feef1e52 /example | |
parent | a9814d5d7acde62dd8f5cf3424f795bb4c977dd1 (diff) | |
download | libayatana-appindicator-4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0.tar.gz libayatana-appindicator-4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0.tar.bz2 libayatana-appindicator-4dfca04e8a15e7cff97a1bd4aca698a8d841e3e0.zip |
Getting closer to the tarball
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 1b5fb46..c848ea3 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -38,11 +38,8 @@ check_PROGRAMS = simple-client$(EXEEXT) simple-client-vala$(EXEEXT) subdir = example DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ - $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |