From d7ffd46d896b5d861a42423f7ceaf7bc0c8a354b Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 11 Oct 2001 08:19:58 +0000 Subject: [PATCH] updated Makefiles for locale generation to accomodate the latest changes in source structure that were introduced by adding property list handling code to WINGs --- WINGs/po/Makefile.am | 1 + po/Makefile.am | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/po/Makefile.am b/WINGs/po/Makefile.am index cac921d4..b743ee83 100644 --- a/WINGs/po/Makefile.am +++ b/WINGs/po/Makefile.am @@ -17,6 +17,7 @@ POTFILES = \ $(top_builddir)/WINGs/host.c \ $(top_builddir)/WINGs/international.c \ $(top_builddir)/WINGs/memory.c \ + $(top_builddir)/WINGs/proplist.c \ $(top_builddir)/WINGs/wcolor.c \ $(top_builddir)/WINGs/wcolorpanel.c \ $(top_builddir)/WINGs/wfilepanel.c \ diff --git a/po/Makefile.am b/po/Makefile.am index c0c095ae..83d3678c 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -21,7 +21,6 @@ POTFILES = \ $(top_builddir)/src/menu.c \ $(top_builddir)/src/misc.c \ $(top_builddir)/src/pixmap.c \ - $(top_builddir)/src/proplist.c \ $(top_builddir)/src/resources.c \ $(top_builddir)/src/rootmenu.c \ $(top_builddir)/src/screen.c \