diff options
Diffstat (limited to 'xparts/Makefile.am')
-rw-r--r-- | xparts/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xparts/Makefile.am b/xparts/Makefile.am index 85bec8cd..4b1963be 100644 --- a/xparts/Makefile.am +++ b/xparts/Makefile.am @@ -1,5 +1,8 @@ +if include_MOZILLA_support +MOZILLADIR=mozilla +endif -SUBDIRS = src xpart_notepad +SUBDIRS = src xpart_notepad $(MOZILLADIR) EXTRA_DIST = Makefile.cvs glib.m4 gtk.m4 |