Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
bellegarde-c committed Jan 26, 2017
1 parent 1ed8eab commit df378d8
Show file tree
Hide file tree
Showing 7 changed files with 681 additions and 31 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Empty file added ChangeLog
Empty file.
32 changes: 5 additions & 27 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
ACLOCAL_AMFLAGS = -I m4
NULL =

bin_SCRIPTS = lollypop
bin_SCRIPTS = eolie

dist_bin_SCRIPTS = lollypop-cli\
rhythmbox2lollypop

SUBDIRS = src data po help search-provider
SUBDIRS = src data

EXTRA_DIST = \
lollypop.in\
lollypop-cli.in
eolie.in\
$(NULL)

CLEANFILES = \
$(bin_SCRIPTS)\
lollypop-cli\
$(NULL)

MAINTAINERCLEANFILES = \
Expand All @@ -39,24 +34,7 @@ GITIGNOREFILES = \
m4 \
$(NULL)

lollypop: lollypop.in Makefile
$(AM_V_GEN)sed \
-e s!\@srcdir\@!$(abs_top_srcdir)! \
-e s!\@prefix\@!$(prefix)! \
-e s!\@datadir\@!$(datadir)! \
-e s!\@pkgdatadir\@!$(pkgdatadir)! \
-e s!\@libexecdir\@!$(libexecdir)! \
-e s!\@libdir\@!$(libdir)! \
-e s!\@pkglibdir\@!$(pkglibdir)! \
-e s!\@localedir\@!$(localedir)! \
-e s!\@pythondir\@!$(pythondir)! \
-e s!\@pyexecdir\@!$(pyexecdir)! \
-e s!\@PACKAGE\@!$(PACKAGE)! \
-e s!\@VERSION\@!$(VERSION)! \
< $< > $@
chmod a+x $@

lollypop-cli: lollypop-cli.in Makefile
eolie: eolie.in Makefile
$(AM_V_GEN)sed \
-e s!\@srcdir\@!$(abs_top_srcdir)! \
-e s!\@prefix\@!$(prefix)! \
Expand All @@ -73,7 +51,7 @@ lollypop-cli: lollypop-cli.in Makefile
< $< > $@
chmod a+x $@

all-local: lollypop lollypop-cli
all-local: eolie

-include $(top_srcdir)/git.mk

Empty file added NEWS
Empty file.
Empty file added README
Empty file.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ AC_CONFIG_FILES([
data/Makefile
data/AboutDialog.ui
src/Makefile
#help/Makefile
#search-provider/Makefile
#po/Makefile.in
po/Makefile.in
])
AC_OUTPUT
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appdir = $(pythondir)/eolie/

app_PYTHON = \
application.py\
application.py

0 comments on commit df378d8

Please sign in to comment.