]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.
[lyx.git] / src / frontends / Makefile.am
index 88f076857fe8f9899b07d2cdfc88b007d99e0cb6..7dc63a1892dae2e72187056be599b1e6bc253d96 100644 (file)
@@ -15,16 +15,21 @@ libfrontends_la_SOURCES=\
        ButtonPolicies.h \
        Dialogs.h \
        DialogBase.h \
+       FileDialog.h \
        GUIRunTime.h \
        Liason.C \
        Liason.h \
        Menubar.C \
        Menubar.h \
+       Timeout.C \
+       Timeout.h \
        Toolbar.C \
        Toolbar.h
 
-EXTRA_DIST = kde gnome
+EXTRA_DIST = kde qt2 gnome
 
 dist-hook:
-       @cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; \
-       rm -rf `find gnome -name \*CVS\*` 
+       @cd $(distdir) ; \
+       rm -rf `find kde -name \*CVS\*`; \
+       rm -rf `find qt2 -name \*CVS\*`; \
+       rm -rf `find gnome -name \*CVS\*`