]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / Makefile.am
index 808367f678094abd4cf02a7eba60c9be28eff6ae..5072965fbad6c9426c923a766f368195576cfe91 100644 (file)
@@ -20,6 +20,9 @@ libfrontends_la_DEPENDENCIES = @FRONTEND_GUILIB@ \
        controllers/libcontrollers.la
 
 libfrontends_la_SOURCES=\
+       Alert.C \
+       Alert.h \
+       Alert_pimpl.h \
        Dialogs.C \
        Dialogs.h \
        DialogBase.h \
@@ -34,10 +37,9 @@ libfrontends_la_SOURCES=\
        Toolbar.C \
        Toolbar.h
 
-EXTRA_DIST = kde qt2 gnome
+EXTRA_DIST = qt2 gnome
 
 dist-hook:
        @cd $(distdir) ; \
-       rm -rf `find kde -name \*CVS\*`; \
        rm -rf `find qt2 -name \*CVS\*`; \
        rm -rf `find gnome -name \*CVS\*`