~ubuntu-branches/ubuntu/maverick/awn-extras-applets/maverick

« back to all changes in this revision

Viewing changes to applets/maintained/awnterm/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-04-11 22:38:55 UTC
  • mto: (2.2.5 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20100411223855-bb0ovgd1kerhtyv8
Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
desktop_DATA = $(APPLET_NAME).desktop
352
352
EXTRA_DIST = $(icon_DATA) $(NULL) \
353
353
        $(desktop_DATA:.desktop=.desktop.in.in) $(NULL) $(VALA_FILES) \
354
 
        $(schema_in_files) keybinder.vapi
 
354
        $(APPLET_NAME).vala.stamp $(schema_in_files) keybinder.vapi
355
355
CLEANFILES = $(desktop_DATA) $(APPLET_NAME).vala.stamp $(VALA_C_FILES) \
356
356
        $(am__append_1) $(schema_DATA)
357
357