From: Angus Leeming Date: Thu, 15 Aug 2002 10:08:27 +0000 (+0000) Subject: I forgot to remove DialogBAse.h from Makefile.am when I nuked it yesterday. X-Git-Tag: 1.6.10~18557 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5134f667c8c2069b38fd9d3384bb6ea82257651a;p=features.git I forgot to remove DialogBAse.h from Makefile.am when I nuked it yesterday. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4990 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index a33b0048e3..7fb67b402b 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -19,7 +19,6 @@ libfrontends_la_SOURCES = \ Alert_pimpl.h \ Dialogs.C \ Dialogs.h \ - DialogBase.h \ FileDialog.h \ Liason.C \ Liason.h \ @@ -41,6 +40,7 @@ libfrontends_la_SOURCES = \ WorkAreaFactory.h \ font_metrics.h \ guiapi.h \ + guiapi.C \ key_state.h \ lyx_gui.h \ mouse_state.h \