diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 16:34:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 16:34:45 +0200 |
commit | d76ff81b7c1beffef0b84e570914c8f2d47834e6 (patch) | |
tree | 284b80ce7c5456fbb041f7979ac2c0baeead8902 /src/GeoIP-1.4.0/Makefile.am | |
download | tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.tar.gz tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.zip |
Initial import of tork 0.33
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 |