diff options
author | ewt <ewt> | 1998-10-29 22:52:03 +0000 |
---|---|---|
committer | ewt <ewt> | 1998-10-29 22:52:03 +0000 |
commit | 915018419b4f3fe3c9705a0feef375c8cced0917 (patch) | |
tree | 47a2ca4bb2eb6ce7e92f22e661b968867984344d /po/Makefile.in.in | |
parent | 7124dbd013a67f74c16745719441248888d867c4 (diff) | |
download | libpopt-915018419b4f3fe3c9705a0feef375c8cced0917.tar.gz |
added POPT_ARG_INTL_DOMAIN (Elliot Lee)
updated Makefile's to be more GNUish (Elliot Lee)
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 81bd73d..602496d 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,4 +1,6 @@ +prefix=@prefix@ srcdir = @srcdir@ +datadir = @datadir@ top_srcdir = @top_srcdir@ VPATH = $(srcdir) |