summaryrefslogtreecommitdiff
path: root/eel/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* eel: remove unused EelEditableLabelCosimo Cecchi2015-05-231-2/+0
| | | | | This was only used for in-place renaming inside the canvas container, which does not exist any more. Remove it.
* build: stop using INCLUDES, deprecated by automake 1.7Andrés G. Aragoneses2013-06-181-1/+1
| | | | | | | | | | | | | | | | | | | We already depend on automake 1.9, so using the replacement of INCLUDES (AM_CPPFLAGS) won't hurt, especially now that it is a warning shown by default since automake 1.13, as evidenced by this build log of mine: Makefile.am: installing './INSTALL' eel/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') eel/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' libnautilus-extension/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') libnautilus-private/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') nautilus-sendto-extension/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') test/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Alexander Larsson <alexl@redhat.com>
* build: use GNOME_MAINTAINER_MODE_DEFINESCosimo Cecchi2012-10-231-1/+1
| | | | Instead of defining our own set of deprecation cflags.
* Use git.mkWilliam Jon McCann2012-09-171-0/+2
|
* build: link eel and libnautilus-private to libmCosimo Cecchi2012-02-201-0/+1
|
* eel: remove unused eel-gtk-macros.h fileCosimo Cecchi2011-10-051-1/+0
|
* all: use g_cclosure_marshal_generic() instead of generating marshallersCosimo Cecchi2011-07-011-33/+0
|
* eel: remove unused eel-canvas-utilCosimo Cecchi2011-02-011-2/+0
|
* Move EelRectCanvasItem to its own object in libnautilus-private/Cosimo Cecchi2011-02-011-2/+0
| | | | | eel-canvas-rect-ellipse has quite some unused code that make it hard to modify.
* eel: remove eel-gdk-pixbuf-extensionsCosimo Cecchi2011-01-201-2/+0
|
* build: remove old X_LIBS variableCosimo Cecchi2010-11-301-1/+0
|
* build: simplify configure scriptCosimo Cecchi2010-10-301-2/+4
| | | | Also, don't support old exif/exempi APIs anymore.
* background: refactor code into NautilusDesktopBackgroundCosimo Cecchi2010-10-091-2/+0
| | | | | | Remove the DirectoryBackground->EelBackground->GnomeBG abstraction and add a new object, NautilusDesktopBackground, which is a thin wrapper around GnomeBG, which takes care of handling background changes.
* build: fix distcheckCosimo Cecchi2010-10-041-0/+1
|
* [eel] reorganize Makefile.amCosimo Cecchi2010-08-211-28/+26
|
* [eel] remove EelAlertDialogCosimo Cecchi2010-08-211-2/+0
| | | | This is unused now.
* [eel] simplify build systemCosimo Cecchi2010-08-201-64/+26
| | | | | We don't need the enumtypes anymore, and the marshallers can easily be autogenerated.
* [eel] remove eel-pango-extensionsCosimo Cecchi2010-08-191-2/+0
|
* [eel] remove eel-art-gtk-extensionsCosimo Cecchi2010-08-191-2/+0
|
* [eel] remove eel-debug-drawingCosimo Cecchi2010-08-191-2/+0
|
* [eel] remove eel-i18n.[ch]Cosimo Cecchi2010-08-191-2/+0
|
* [eel] remove EelGtkContainerCosimo Cecchi2010-08-191-2/+0
|
* [eel] remove unused eel-xml-extensions.Cosimo Cecchi2010-07-251-2/+0
|
* [eel] remove unused EelWrapTableCosimo Cecchi2010-07-251-2/+0
|
* [eel] remove unused EelLabeledImageCosimo Cecchi2010-07-251-2/+0
|
* [eel] remove unused EelImageTableCosimo Cecchi2010-07-251-2/+0
|
* [eel] remove unused EelBackgroundBoxCosimo Cecchi2010-07-251-2/+0
|
* Remove eel-enumeration, eel-gconf-extensions and eel-preferencesAlexander Larsson2010-07-231-7/+0
|
* Split WARNING_CFLAGS into its own variable.Cosimo Cecchi2010-05-201-0/+1
| | | | | So that we can use e.g. LIBNAUTILUS_EXTENSIONS_CFLAGS when compiling the gir information.
* Don't use LDFLAGS for the eel library.Cosimo Cecchi2010-04-091-0/+3
| | | | | libeel is a convenience library now, so it should pull its dependecies using LIBADD, not LDFLAGS. Patch by Josselin Mouette (#604575).
* Replace shave with AM_SILENT_RULESAlexander Larsson2009-12-171-3/+3
|
* remove -version-info LDFLAG from libnautilus-private, as that's a privateCosimo Cecchi2009-03-161-1/+0
| | | | | | | | | | 2009-03-16 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/Makefile.am: remove -version-info LDFLAG from libnautilus-private, as that's a private library. Patch by Daniel Macks (#348301). svn path=/trunk/; revision=15125
* Don't install headersNAUTILUS_2_25_2Alexander Larsson2008-12-151-8/+3
| | | | | | | | | | | 2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: Don't install headers svn path=/trunk/; revision=14819
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+188
2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815