~stephen-smally/lxscreenshot/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Stephen Smally
  • Date: 2011-10-22 11:01:45 UTC
  • Revision ID: eco.stefi@fastwebnet.it-20111022110145-xc44fa0lp8vfivos
Last changes to the makefile and desktop file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make
 
2
 
 
3
install:
 
4
        valac -o lxscreenshot --pkg gtk+-3.0 ./lxscreenshot.vala
 
5
        install lxscreenshot ${DESTDIR}/usr/bin
 
6
        cp ./lxscreenshot.desktop ${DESTDIR}/usr/share/applications
 
 
b'\\ No newline at end of file'