diff options
author | Ted Gould <ted@gould.cx> | 2010-08-03 16:18:42 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-03 16:18:42 -0500 |
commit | 84821ece8828fc87a45b9ba2ca75ef0a15d797ce (patch) | |
tree | 7d1861b1447697e90faeabef85884db42045d8d7 /src/Makefile.am | |
parent | fc9d5d4f762493d0b8378b12ac6c8451e5b9683b (diff) | |
download | libayatana-appindicator-84821ece8828fc87a45b9ba2ca75ef0a15d797ce.tar.gz libayatana-appindicator-84821ece8828fc87a45b9ba2ca75ef0a15d797ce.tar.bz2 libayatana-appindicator-84821ece8828fc87a45b9ba2ca75ef0a15d797ce.zip |
Reusing the application service marshallers, not beautiful, but it works for now.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 68be1c0..b704b5e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,7 +94,8 @@ BUILT_SOURCES += \ libappindicator_la_SOURCES = \ $(libappindicator_headers) \ app-indicator-enum-types.c \ - app-indicator.c + app-indicator.c \ + application-service-marshal.c libappindicator_la_LDFLAGS = \ -version-info 0:0:0 \ |