]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Makefile.am
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / Makefile.am
index 8cf377138081440628b186c0b8615fad97f26659..c985376f4ecac8a6cf72e51bca25f945c74f6815 100644 (file)
@@ -2,11 +2,11 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libgnome.la
 
-INCLUDES = ${FRONTEND_INCLUDES} -I${top_srcdir}/src/ \
-       -I${top_srcdir}/src/frontends/ \
-       -I${top_srcdir}/src/frontends/xforms \
-       -I${top_srcdir}/src/frontends/controllers \
-       ${SIGC_CFLAGS} $(BOOST_INCLUDES)
+INCLUDES = $(FRONTEND_INCLUDES) -I$(top_srcdir)/src/ \
+       -I$(top_srcdir)/src/frontends/ \
+       -I$(top_srcdir)/src/frontends/xforms \
+       -I$(top_srcdir)/src/frontends/controllers \
+       $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 if USE_BASIC_IMAGE_LOADER
 else
@@ -41,7 +41,7 @@ xforms_objects = \
        ../xforms/Tooltips.lo \
        ../xforms/xforms_helpers.lo \
        ../xforms/xformsBC.lo \
-       $(XFORMSGIMAGE) 
+       $(XFORMSGIMAGE)
 
 libgnome.la: xforms.lo $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES)
 
@@ -53,19 +53,19 @@ xforms.lo: $(xforms_objects)
 ###
 
 #LDFLAGS= $(libgnome_la_OBJADD)
-LYXDATADIRS = 
+LYXDATADIRS =
 
 libgnome_la_SOURCES = \
        Dialogs.C \
        FileDialog.C \
-       FormError.C \
-       FormError.h \
-       FormTabularCreate.C \
-       FormTabularCreate.h \
-       FormUrl.C \
-       FormUrl.h \
-       FormERT.C \
-       FormERT.h \
+       GError.C \
+       GError.h \
+       GTabularCreate.C \
+       GTabularCreate.h \
+       GUrl.C \
+       GUrl.h \
+       GERT.C \
+       GERT.h \
        gnome_helpers.C \
        gnome_helpers.h \
        GnomeBase.C \