diff options
Diffstat (limited to 'src/GeoIP-1.4.0/Makefile.am')
-rw-r--r-- | src/GeoIP-1.4.0/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/GeoIP-1.4.0/Makefile.am b/src/GeoIP-1.4.0/Makefile.am new file mode 100644 index 0000000..38cd92f --- /dev/null +++ b/src/GeoIP-1.4.0/Makefile.am @@ -0,0 +1,10 @@ +NULL = + +INCLUDES = -Wall -ansi + +SUBDIRS = \ + data \ + libGeoIP \ + $(NULL) + +EXTRA_DIST = READMEwin32.txt GeoIPWinDLL.patch TODO bootstrap GeoIP.spec GeoIP.spec.in |