mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
fix few bugs with makefile
This commit is contained in:
parent
4d32d9f79e
commit
f96f44c507
5 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ logo_DATA = about.glade \
|
|||
|
||||
appdatadir = $(datadir)/appdata
|
||||
appdata_DATA = \
|
||||
two-factor.appdata.xml
|
||||
twofactorauth.appdata.xml
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(logo_DATA) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
SUBDIRS = models \
|
||||
ui
|
||||
|
||||
app_PYTHON = \
|
||||
application.py \
|
||||
__init__.py
|
||||
|
||||
appdir = $(pythondir)/TwoFactorAuth
|
||||
|
||||
SUBDIRS = models \
|
||||
ui
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
appdir = $(pythondir)/TwoFactorAuth/models
|
||||
|
||||
app_PYTHON = \
|
||||
code.py \
|
||||
provider.py
|
||||
|
||||
appdir = $(pythondir)/TwoFactorAuth/models
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue