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

« back to all changes in this revision

Viewing changes to applets/maintained/digital-clock/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:
348
348
desktop_DATA = $(APPLET_NAME).desktop
349
349
EXTRA_DIST = $(icon_DATA) $(NULL) \
350
350
        $(desktop_DATA:.desktop=.desktop.in.in) $(NULL) $(VALA_FILES) \
351
 
        $(schema_in_files)
 
351
        $(APPLET_NAME).vala.stamp $(schema_in_files)
352
352
CLEANFILES = $(desktop_DATA) $(APPLET_NAME).vala.stamp $(VALA_C_FILES) \
353
353
        $(am__append_1) $(schema_DATA)
354
354