diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-28 22:59:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-28 22:59:13 +0800 |
commit | 56425967dcf43a4610b14b51486f713296641232 (patch) | |
tree | 1649f9dbc291025e3fad89bc841a0f53678b7df2 /src/Makefile.am | |
parent | a6cf61633beca074913653611db94794409178b2 (diff) | |
download | gsoc2013-epiphany-56425967dcf43a4610b14b51486f713296641232.tar.gz gsoc2013-epiphany-56425967dcf43a4610b14b51486f713296641232.tar.zst gsoc2013-epiphany-56425967dcf43a4610b14b51486f713296641232.zip |
=== Release 1.7.6 ===Release176
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.7.6 ===
* NEWS:
* src/Makefile.am:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b32a7cc83..a1cb4c057 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -133,7 +133,7 @@ NOINST_H_FILES += \ ephy-python-extension.h \ ephy-python-loader.h -PYPHANY_SOURCE = epiphany.c +BUILT_PYPHANY_SOURCE = epiphany.c libpyphany_la_SOURCES = \ ephy-python.c \ @@ -142,7 +142,7 @@ libpyphany_la_SOURCES = \ ephy-python-extension.h \ ephy-python-loader.c \ ephy-python-loader.h \ - $(PYPHANY_SOURCE) \ + $(BUILT_PYPHANY_SOURCE) \ $(TYPES_SOURCE) libpyphany_la_CPPFLAGS = \ @@ -241,7 +241,7 @@ TYPES_SOURCE = \ ephy-type-builtins.h if ENABLE_PYTHON -BUILT_SOURCES += $(PYPHANY_SOURCE) +BUILT_SOURCES += $(BUILT_PYPHANY_SOURCE) endif stamp_files = \ |