From 1804fd92c6b805430abcafb23e78403b9289749a Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 9 Oct 2005 16:15:07 +0000 Subject: [PATCH] Added widgets subdir --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index ae41283..536778e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = dialogs +SUBDIRS = widgets dialogs INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \