diff options
author | Ted Gould <ted@gould.cx> | 2011-03-04 09:24:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-04 09:24:32 -0600 |
commit | c036a628254ebe4e5c127e5cd159fd08e8bb2c88 (patch) | |
tree | bf0c407fa82db9203251bf24a5bbb8ea7a29b431 /libdbusmenu-glib/enum-types.c.in | |
parent | 67defb98d6102ca66f3e0f8839a992aae2562c32 (diff) | |
parent | f753b6b03be3585bb9f96b276afffa0164a9a9e3 (diff) | |
download | libdbusmenu-c036a628254ebe4e5c127e5cd159fd08e8bb2c88.tar.gz libdbusmenu-c036a628254ebe4e5c127e5cd159fd08e8bb2c88.tar.bz2 libdbusmenu-c036a628254ebe4e5c127e5cd159fd08e8bb2c88.zip |
* Upstream Merge
* Fix the enum-types.h header in the dist
Diffstat (limited to 'libdbusmenu-glib/enum-types.c.in')
-rw-r--r-- | libdbusmenu-glib/enum-types.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/enum-types.c.in b/libdbusmenu-glib/enum-types.c.in index 9395f5f..40f1759 100644 --- a/libdbusmenu-glib/enum-types.c.in +++ b/libdbusmenu-glib/enum-types.c.in @@ -31,7 +31,7 @@ License version 3 and version 2.1 along with this program. If not, see /*** END file-header ***/ /*** BEGIN file-production ***/ -#include "@filename@" +#include "@basename@" /*** END file-production ***/ /*** BEGIN value-header ***/ |