aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use gi's typelibdir and install in its (multiarch) locationsIain Lane2014-10-301-1/+1
|
* Fix breakage when building with coverage scanning.Charles Kerr2013-06-201-3/+0
|\ | | | | | | Approved by PS Jenkins bot, Ted Gould.
| * fix an error introduced in r399 that broke g-ir-scanner invocation when ↵Charles Kerr2012-05-021-3/+0
| | | | | | | | configure is invoked with --enable-gcov
* | revert r417 so that we don't change the vapi name at the last minute for ↵Charles Kerr2012-09-201-3/+3
|/ | | | 12.10 (LP: #978687)
* apply Evan Nemerson's patch to make the Vala binidngs use pkg-config names, ↵Charles Kerr2012-04-111-3/+3
| | | | not GIR names, so that valac can automatically pick up the relevant libraries and flags.
* Merge lp:~allanlesage/dbusmenu/TDD to add gcov targets to autotools build ↵Charles Kerr2012-04-031-1/+8
|\ | | | | | | | | | | | | for code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ . To compile with coverage tooling, ./autogen.sh --enable-gcov, then make coverage-html . Note that you'll need lcov to autoconf. Also note that you'll get an error on make if you have no tests, as there are no coverage artifacts to generate the html report. For review, please pay special attention to flags added in the project's makefiles.
| * Added gcov coverage tooling.Allan LeSage2012-03-271-1/+8
| |
* | Add dbus-menu-clean.xml to EXTRA_DIST and remove previous builddir hack to ↵Ken VanDine2012-03-291-4/+5
| | | | | | | | fix distcheck
* | distcheck fixesKen VanDine2012-03-291-4/+4
|/
* Change to using the insert/remove signals in GTK3Ted Gould2012-01-261-1/+3
|\
| * Move the no-error on deprications into the Makefiles so it's always after ↵Ted Gould2012-01-261-1/+3
| | | | | | | | the -Wall
* | Fixing header directories for GTK3 buildTed Gould2012-01-261-1/+1
|\ \ | |/ |/|
| * Separate libdbusmenu-glib and libdbusmenu-gtk include directoriesGyörgy Balló2012-01-051-1/+1
| |
* | build fixesAlex Launi2011-12-161-7/+20
| |
* | set full path of glib enum filesAlex Launi2011-12-161-2/+2
|/
* Making it so that the Vala build is optionalDennis Schridde2011-09-191-0/+2
|
* Add enum-types to the exported headers so that language bindings can use them.Ted Gould2011-02-251-0/+1
|
* Switching so that the GIR file is built from our exported H files and objects.Ted Gould2011-02-251-4/+10
|
* Adding a property for text directionTed Gould2011-02-241-4/+18
|\
| * Adding building the enums untilthe build systemTed Gould2011-02-161-3/+16
| |
| * Adding a type for the text direction, putting it in a generic header for allTed Gould2011-02-161-1/+2
| |
* | Fix up documentation and make it part of make checkTed Gould2011-02-241-0/+1
|\ \
| * | Fixup documentation and move the private functions to a private header fileTed Gould2011-02-211-0/+1
| | |
* | | Adding in a defaults objectTed Gould2011-02-211-0/+2
|/ /
* / Fix g-ir-scanner file listMartin Pitt2011-02-161-3/+3
|/ | | | | | As the annotations are in the .c files, g-ir-scanner actually needs to read them.
* Fix the name used for the Dbusmenu-Glib-0.4 typelib so it can be properly ↵Ken VanDine2011-02-091-13/+13
| | | | used with GI. It should be Dbusmenu-0.4 (LP: #713099)
* Add an include directory for the headersTed Gould2011-01-211-1/+1
|
* Add a single include file for dbus-glibTed Gould2011-01-211-0/+1
|
* added --warn-all to scanner flags so the build log will warn us about ↵Ken VanDine2011-01-191-0/+2
| | | | missing annotations
* Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build dependsKen VanDine2011-01-181-1/+1
|
* Adding the notdir on the buildTed Gould2011-01-141-2/+2
|
* Fixing packages names for the gir scannerTed Gould2011-01-131-1/+1
|
* Oops, wrong version -- fixedTed Gould2010-12-071-1/+1
|
* Updating to trunk with introspection fixesTed Gould2010-12-071-3/+15
|\
| * Add a check for GIR version less that 10Ted Gould2010-12-061-0/+7
| |
| * Cleaned up the scanner flags someKen VanDine2010-11-231-2/+1
| |
| * Set more scanner flags to get the namespace rightKen VanDine2010-11-231-3/+9
| |
* | Putting the XSLT Processor into the configuration file.Ted Gould2010-12-011-1/+1
| |
* | Moving the pc files to be parallel installable.Ted Gould2010-12-011-2/+2
| |
* | Switching API over to 0.4Ted Gould2010-12-011-12/+12
| |
* | Ooops, fix the booleansTed Gould2010-11-161-1/+1
| |
* | Fix error handling on the xslt scriptTed Gould2010-11-161-1/+1
| |
* | Cleaning out namespaces from the XML so that GDBus will read it.Ted Gould2010-11-151-4/+9
| |
* | Make the XML into something we can include in the sourceTed Gould2010-10-131-0/+15
| |
* | Dropping the built headers from the buildTed Gould2010-10-131-18/+0
|/
* Adding a new signal for when items activate.Ted Gould2010-08-171-0/+15
|
* Changing the version string to match how people refer to the gir file.Ted Gould2010-05-211-0/+1
|
* Adding c includes to the introspectorTed Gould2010-05-201-1/+3
|
* Changing the name of the gir files and adding namespace flags to make ↵Ted Gould2010-05-201-9/+10
| | | | everything shrink correctly.
* Pulling GIRs from the build dirTed Gould2010-03-021-1/+1
|