diff options
Diffstat (limited to 'debian/opensync/opensync-0.22/osplugin/Makefile.am')
-rw-r--r-- | debian/opensync/opensync-0.22/osplugin/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/opensync/opensync-0.22/osplugin/Makefile.am b/debian/opensync/opensync-0.22/osplugin/Makefile.am deleted file mode 100644 index 4c578398..00000000 --- a/debian/opensync/opensync-0.22/osplugin/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -## Process this file with automake to produce Makefile.in - -AM_CFLAGS = -Wall @XML_CFLAGS@ -Werror @GCOV_CFLAGS@ -DOPENSYNC_PLUGINDIR=\"@OPENSYNC_PLUGINDIR@\" -DOPENSYNC_CONFIGDIR=\"@OPENSYNC_CONFIGDIR@\" -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" - -INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @XML_CFLAGS@ -I$(top_srcdir)/osengine -I$(top_srcdir)/opensync - -libexec_PROGRAMS = osplugin - -ospluginincludedir = @OPENSYNC_HEADERDIR@ - -osplugin_SOURCES = osplugin.c -osplugin_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ -R $(libdir) @GCOV_LDFLAGS@ -osplugin_LDADD = $(top_builddir)/opensync/libopensync.la - -CLEANFILES = \ - *.bb \ - *.bbg \ - *.da |