From d439bc3807b3f7cea0544899ee5fc8d849bf32df Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 2 Aug 2000 18:26:29 +0000 Subject: Added a wrapper for enums and changed all return-code related stuff as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a62e5bf..def9a41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,4 +14,4 @@ maintainer-clean-local: install-sh ltconfig ltmain.sh missing mkinstalldirs kdoc: - kdoc -d doc/api -n libplp -P lib/*.h + kdoc -d doc/api -n libplp lib/*.h -- cgit v1.2.3