diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-07-25 11:16:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-07-25 11:16:15 +0800 |
commit | d449524969e920d42143f778051c3b2c56c0bea0 (patch) | |
tree | 3f073e7798f101dfe8c9fc0b6a4d2d25f3e1717d /addressbook/conduit/Makefile.am | |
parent | e1ecbdf489712e3229d99facead6ffc7b540097e (diff) | |
download | gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.tar gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.tar.gz gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.tar.bz2 gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.tar.lz gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.tar.xz gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.tar.zst gsoc2013-evolution-d449524969e920d42143f778051c3b2c56c0bea0.zip |
more stuff. too much to use a changelog for.
svn path=/trunk/; revision=4306
Diffstat (limited to 'addressbook/conduit/Makefile.am')
-rw-r--r-- | addressbook/conduit/Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 64a1103bce..01c37f4a30 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -1,13 +1,8 @@ -# -# -# - INCLUDES = \ - -I$(top_srcdir)/calendar \ + -I$(top_srcdir)/addressbook \ + -I$(top_srcdir)/addressbook/backend \ $(GNOME_PILOT_CFLAGS) -file_conduitsdir=$(libdir)/gnome-pilot/conduits - bin_PROGRAMS = address-conduit-control-applet address_conduit_control_applet_SOURCES = address-conduit-control-applet.c @@ -26,11 +21,6 @@ address_conduit_control_applet_LDADD = \ $(INTLLIBS) -# $(top_builddir)/libgpilotdCM/libgpilotdcm.la \ -# $(top_builddir)/gpilotd/libgpilotd.la \ -# $(top_builddir)/gpilotd/libgpilotdconduit.la \ - - # address_conduit address_conduitsdir=$(libdir)/gnome-pilot/conduits address_conduits_LTLIBRARIES = libaddress_conduit.la |