diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index 1609ff24..00000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -DSRCDIR=\""$(abs_srcdir)"\" \ - -DBUILDDIR=\""$(builddir)"\" \ - $(GLIB_CFLAGS) - -LIBS = \ - $(top_builddir)/libsoup/libsoup-2.4.la \ - $(GLIB_LIBS) - -noinst_PROGRAMS = \ - get \ - simple-httpd \ - simple-proxy |