fix few bugs with makefile

This commit is contained in:
Bilal Elmoussaoui 2016-05-27 04:20:47 +02:00
parent 4d32d9f79e
commit f96f44c507
5 changed files with 10 additions and 8 deletions

View file

@ -9,6 +9,8 @@ AC_CONFIG_FILES([
data/twofactorauth.desktop
src/Makefile
src/twofactorauth/Makefile
src/twofactorauth/models/Makefile
src/twofactorauth/ui/Makefile
])
AC_OUTPUT

View file

@ -17,7 +17,7 @@ logo_DATA = about.glade \
appdatadir = $(datadir)/appdata
appdata_DATA = \
two-factor.appdata.xml
twofactorauth.appdata.xml
EXTRA_DIST = \
$(logo_DATA) \

View file

@ -1,8 +1,8 @@
SUBDIRS = models \
ui
app_PYTHON = \
application.py \
__init__.py
appdir = $(pythondir)/TwoFactorAuth
SUBDIRS = models \
ui

View file

@ -1,5 +1,5 @@
appdir = $(pythondir)/TwoFactorAuth/models
app_PYTHON = \
code.py \
provider.py
appdir = $(pythondir)/TwoFactorAuth/models

View file

@ -1,8 +1,8 @@
appdir = $(pythondir)/TwoFactorAuth/ui
app_PYTHON = \
add_provider.py \
confirmation.py \
listrow.py \
logo_provider.py \
window.py
appdir = $(pythondir)/TwoFactorAuth/ui