diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 31ba03adcec2d..0000000000000 --- a/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -## Process this file with automake to produce Makefile.in - -if TRE_AGREP -agrep_dirs = src doc -else -agrep_dirs = -endif - -SUBDIRS = lib $(agrep_dirs) tests utils po m4 - -EXTRA_DIST = \ - LICENSE \ - win32/tre-config.h win32/config.h \ - win32/tre.dsw \ - win32/tre.dsp win32/tre.def \ - win32/retest.dsp \ - python/tre-python.c \ - python/setup.py \ - python/example.py - -ACLOCAL_AMFLAGS = -I m4 -AC_CONFIG_AUX_DIR = utils - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = tre.pc |