Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: Build ".pyo" files on "make install" (bug 1786)
  • Loading branch information
thp committed Mar 11, 2013
1 parent 3a89225 commit b4133bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -84,7 +84,7 @@ $(GPODDER_DESKTOP_FILE_IN).h: $(GPODDER_DESKTOP_FILE_IN)
intltool-extract --quiet --type=gettext/ini $<

install: messages $(GPODDER_SERVICE_FILE) $(GPODDER_DESKTOP_FILE)
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --optimize=1

##########################################################################

Expand Down

0 comments on commit b4133bd

Please sign in to comment.