erikg / Revelation
Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.
| commit 218: | d1c13e095736 |
| parent 217: | ab267e8bc63d |
| branch: | default |
use PYTHON_INCLUDE, not PY_INCLUDE
Changed (Δ4 bytes):
raw changeset »
wrap/Makefile.am (1 lines added, 1 lines removed)
Up to file-list wrap/Makefile.am:
| … | … | @@ -3,7 +3,7 @@ moduledir = $(pythondir)/revelation |
3 |
3 |
CLEANFILES = authmanager.c |
4 |
4 |
|
5 |
5 |
AM_LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0 libgnomeui-2.0 gnome-vfs-2.0 gnome-keyring-1` |
6 |
AM_CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0 libgnomeui-2.0 gnome-vfs-2.0 gnome-keyring-1` -fPIC -I${PY |
|
6 |
AM_CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0 libgnomeui-2.0 gnome-vfs-2.0 gnome-keyring-1` -fPIC -I${PYTHON_INCLUDE} -I. |
|
7 |
7 |
|
8 |
8 |
authmanager.c: authmanager.defs authmanager.override |
9 |
9 |
pygtk-codegen-2.0 --prefix authmanager \ |
